<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
img { vertical-align: middle; width: 100%; image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor;/* IE (non-standard property) */
}
a, a:link { color: #040404; text-decoration: none; }
a:visited { color: #040404; }
a:hover { color: #040404; }
a:active { color: #040404; }
body { color: #333; font-size: 13px; line-height: 1.5; text-size-adjust: none; -webkit-text-size-adjust: none; font-family: Arial, "微软雅黑", "宋体", "黑体"; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #FFF; }
#container { text-align: left; }
.fl { float: left; }
.fr { float: right; }
.container { width: 80%; box-sizing: border-box; margin: 0 auto; }
 input::-webkit-input-placeholder {
 color: #999;
 font-size: 14px;
}
/*------------------------------------------------------------
	头部
------------------------------------------------------------*/

#gHeader { position: absolute; left: 0; top: 0; right: 0; z-index: 100; background: #ffffffe0; }
#gHeader .logo { width: 230px; margin-top: 22px; position: relative; }
#gNavi { width: 60% }
#gNavi li { float: left; width: 14.28%; text-align: center; }
#gNavi li a { display: block; }
#gNavi li&gt;a { line-height: 98px; position: relative; color: #333; font-size: 17px; font-family: "思源黑体 CN"; }
/*#gNavi li&gt;a:before {
	content: "";
	position: absolute;
	left: 8px;
	right: 40%;
	bottom: 15px;
	height: 2px;
	background: #088af4;
	display: none;
}

#gNavi li&gt;a:after {
	content: "";
	position: absolute;
	left: 40%;
	right: 8px;
	bottom: 10px;
	height: 2px;
	background: #088af4;
	display: none;
}

#gNavi li.on&gt;a:after, #gNavi li.on&gt;a:before {
	display: block;
}

#gNavi li.li2.on1&gt;a:after, #gNavi li.li2.on1&gt;a:before {
	display: block;
}*/

#gNavi li&gt;a span { display: block; position: relative; z-index: 100; }
#gNavi li .drop { position: absolute; left: 0; top: 98px; right: 0; background: rgba(255, 255, 255, .96); z-index: 100; display: none; padding: 20px 0; border-top: 1px solid #eaeaea; }
#gNavi li .drop .list a { display: inline-block; padding: 0 16px; margin: 10px 10px; line-height: 40px; background: #fafafa; color: #333; border-radius: 3px; font-size: 15px; }
#gNavi li .drop .list a:hover, #gNavi li .drop .list a.on { background: #088af4; color: #fff; border-color: #088af4; }
#gHeader .tel { padding-left: 42px; background: url(../images/icon1-1.png) no-repeat left center; background-size: 33px; font-size: 25px; color: #555; font-weight: bold; line-height: 40px; margin: 29px 0 0 2%; letter-spacing: 1px; }
#gHeader.on #gNavi li&gt;a:after, #gHeader.on #gNavi li&gt;a:before { background: #088af4; }
#gHeader.on .tel { color: #555; background: url(../images/icon1-1.png) no-repeat left center; background-size: 33px; }
.sec { padding: 20px 0; }
.sec .title { padding: 15px 0 25px; text-align: center; }
.sec .title h2 { font-size: 34px; color: #222; letter-spacing: 1px; font-family: 'Arial Narrow', Arial, sans-serif }
.sec .title h2 span { color: #088af4; }
.sec .title b { font-size: 24px; display: inline-block; position: relative; top: -3px }
.sec .title span.icon { display: block; width: 26px; height: 40px; background: url(../images/icon1.png) no-repeat center; background-size: 100% auto; margin: 5px auto 8px; -webkit-animation: TopBot 1s ease-in-out infinite both; -moz-animation: TopBot 1s ease-in-out infinite both; -o-animation: TopBot 1s ease-in-out infinite both; animation: TopBot 1s ease-in-out infinite both; }
.sec .title p { line-height: 30px; font-size: 16px; color: #878787; }
/*------------------------------------------------------------
	底部
------------------------------------------------------------*/

#gFooter { /*background: url(../images/bg0.jpg) no-repeat bottom center;*/
background-size: cover; overflow: hidden; background-color: #2568b6; }
.Flink { margin-top: 30px; padding-left: 190px; background: url(../images/icon2.png) no-repeat left center; min-height: 70px; color: #fff; font-size: 14px; line-height: 20px; }
.Flink a { display: inline-block; color: #fff; line-height: 20px; margin-right: 7px; padding-left: 6px; }
#gFooter .ftCon { padding: 40px 40px 22px; border-radius: 12px; margin: 30px 0 20px; }
#gFooter .ftCon .fl { width: 78%; }
#gFooter .ftCon .fl dl { float: left; width: 33%; }
#gFooter .ftCon .fl dl:nth-child(2) { width: 67%; }
#gFooter .ftCon .fl dl dt { font-size: 20px; font-weight: 600; line-height: 30px; margin-bottom: 10px; color: #fff; }
#gFooter .ftCon .fl dl a { display: block; width: 50%; float: left; font-size: 14px; line-height: 30px; color: #fff; }
#gFooter .ftCon .fl dl:nth-child(2) a { width: 25%; }
#gFooter .ftCon ul { margin-top: 30px; }
#gFooter .ftCon li { width: 33.33%; float: left; box-sizing: border-box; padding-left: 60px; background: url(../images/icon4.png) no-repeat left center; background-size: 50px; }
#gFooter .ftCon li:nth-child(2) { background-image: url(../images/icon5.png); }
#gFooter .ftCon li:nth-child(3) { background-image: url(../images/icon6.png); }
#gFooter .ftCon li span { font-size: 14px; color: #efefef; line-height: 20px; }
#gFooter .ftCon li p { font-size: 20px; line-height: 30px; color: #fff; }
#gFooter .ftCon p.ts { text-align: center; margin-top: 20px; opacity: 0.8; }
#gFooter .power { line-height: 40px; color: #fff; text-align: center; font-size: 13px; border-top: 1px solid rgba(255, 255, 255, .3); }
#gFooter .ftCon .fr { width: 20%; text-align: center; color: #fff; }
#gFooter .ftCon .fr .img { width: 60%; padding: 2px; box-sizing: border-box; margin: 0 auto 8px; background: url(../images/icon3.png) no-repeat; background-size: 100% 100%; }
.fixed { position: fixed; right: 0; top: 28%; margin-top: -242px; z-index: 9999; }
.fixed.on { z-index: 99; }
.fixed .btn { font-size: 16px; color: #fff; line-height: 30px; text-align: left; border-radius: 3px 3px 0 0px; padding: 5px 10px; background: url(../images/icon11.png) #088af4 no-repeat right 10px center; background-size: 23px; cursor: pointer; }
.fixed .kBox.on .btn { display: none; }
.fixed span.clos { display: block; position: absolute; right: 0px; top: 0; content: ""; width: 50px; height: 50px; background: url(../images/icon10.png) #088af4 no-repeat center; background-size: 238x; cursor: pointer; z-index: 99; border-radius: 3px 0 0px 3px; }
.fixed .kBox { transition: 0.3s; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .3); position: relative; z-index: 100; border-radius: 3px 3px 0 0; }
.fixed .kBox.on { transform: translateX(180px); -webkit-transform: translateX(180px); }
.fixed li { padding: 10px 20px; font-size: 16px; line-height: 30px; border-bottom: 1px solid #dedede; }
.fixed li p { font-size: 17px; line-height: 40px; padding-left: 30px; background: url(../images/icon8.png) no-repeat left center; background-size: 22px; margin: 5px 0 10px; }
.fixed li a { font-size: 17px; color: #333; display: block; padding-left: 34px; background: url(../images/icon7.png) no-repeat left center; background-size: 28px; }
.fixed li.ewm img { width: 120px; display: block; margin: 0 auto; }
.fixed li.last { line-height: 30px; text-align: center; background: #088af4; border-bottom: none; cursor: pointer; }
.fixed li.last img { width: 30px; }
.sp { display: none !important; }
 @media all and (min-width: 1024px) and (max-width: 1600px) {
.container { width: 85%; }
#gHeader .container { width: 90%; }
}
 @media all and (min-width: 1024px) and (max-width: 1440px) {
#gHeader .logo { width: 208px; margin-top: 12px; }
#gHeader .tel { font-size: 22px; background-size: 30px; padding-left: 35px; margin-top: 20px; margin-left: 30px; }
#gNavi li { font-size: 15px; }
#gNavi li&gt;a { line-height: 80px; }
#gNavi li .drop { top: 80px; }
#gNavi li .drop .list a { margin: 10px; }
.sec .title { padding: 10px 0; }
.sec .title h2 { font-size: 30px; }
.sec .title p { font-size: 14px; }
.Flink { padding-left: 150px; background-size: 138px; }
#gFooter .ftCon li p { font-size: 15px; }
#gFooter .ftCon li { background-size: 38px; padding-left: 45px; }
#gFooter .ftCon .fl dl dt { font-size: 18px; }
#gFooter .ftCon { padding: 30px 20px 14px; }
}
 @media all and (min-width: 1024px) and (max-width: 1366px) {
.container { width: 90%; }
#gHeader .tel { font-size: 20px; }
#gHeader .logo { width: 190px; }
#gNavi li&gt;a { line-height: 70px; }
#gNavi li .drop { top: 70px; }
#gFooter .ftCon .fl dl a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
}
 @media all and (min-width: 1024px) and (max-width: 1300px) {
.container { width: 94%; }
}
 @media all and (min-width: 0) and (max-width: 767px) {
.sp { display: block !important; }
.pc { display: none !important; }
.container { width: 100%; padding: 0 13px; }
.fl, .fr { float: inherit; }
#gHeader { padding: 6px 0 0; background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); }
#gHeader .logo { width: 120px; margin: 0px auto 0; }
#gHeader .menu { width: 32px; height: 32px; position: absolute; left: 13px; top: 8px; background: url(../images/menu.png) no-repeat center; background-size: 32px; }
body { transition: 0.3s; }
body.on { transform: translateX(80%); }
#gNavi { width: inherit; position: fixed; left: -80%; top: 0px; width: 80%; bottom: 0; z-index: 999; box-sizing: border-box; background: rgba(255, 255, 255, 1); padding: 50px 10px 0; }
#gNavi.on { box-shadow: 10px -10px 10px rgba(0, 0, 0, 0.1); }
#gNavi span.close { content: ""; width: 36px; height: 36px; position: absolute; right: 10px; top: 10px; background: url(../images/close.png) no-repeat center; background-size: cover; }
#gNavi li { float: inherit; width: 100%; text-align: left; font-size: 15px; }
#gNavi li&gt;a { line-height: 46px; border-bottom: 1px dashed #dedede; color: #333; }
#gNavi li&gt;a:before { display: none !important; }
#gNavi li&gt;a:after { display: none !important; }
#gNavi li.on&gt;a:after, #gNavi li.on&gt;a:before { display: none; }
#gNavi li.on&gt;a { border-bottom: 2px solid #088af4; }
#gNavi li .drop { position: inherit; left: inherit; top: inherit; right: inherit; background: inherit; z-index: 100; font-size: 14px; border-top: none; padding: 8px 0; }
#gNavi li.on .drop { display: block; }
#gNavi li .drop .container { padding: 0; }
#gNavi li .drop .list { overflow: hidden; }
#gNavi li .drop .list a { display: block; width: 48%; padding: 0; margin: 5px 1%; float: left; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 14px; background: #efefef; color: #333; border-radius: 3px; }
#gNavi li:nth-child(2)&gt;a, #gNavi li:nth-child(5)&gt;a, #gNavi li:nth-child(6)&gt;a { background: url(../images/jt1.png) no-repeat center right; background-size: 18px; }
#gNavi li:nth-child(2).on&gt;a, #gNavi li:nth-child(5).on&gt;a, #gNavi li:nth-child(6).on&gt;a { background: url(../images/jt2.png) no-repeat center right; background-size: 18px; }
#gHeader .tel { display: none; }
#gHeader .spTel { position: absolute; right: 13px; top: 8px; }
#gHeader .spTel a { display: block; background: url(../imagesicon1.png) no-repeat center; width: 32px; height: 32px; background-size: 32px; }
.sec { padding: 15px 0; }
.sec .title { padding: 10px 0 12px; }
.sec .title h2 { font-size: 26px; }
.sec .title p { line-height: 20px; font-size: 14px; }
.sec .title b { font-size: 12px; }
/*------------------------------------------------------------
	底部
------------------------------------------------------------*/
.Flink { margin-top: 20px; padding-left: 90px; min-height: 40px; font-size: 13px; background-size: 80px; }
#gFooter .ftCon { padding: 20px 10px 10px; border-radius: 8px; margin: 20px 0 10px; }
#gFooter .ftCon .fl { width: 100%; }
#gFooter .ftCon .fl dl { float: inherit; width: 100%; margin-bottom: 10px; }
#gFooter .ftCon .fl dl dd { overflow: hidden; }
#gFooter .ftCon .fl dl dt { font-size: 17px; line-height: 26px; margin-bottom: 0px; }
#gFooter .ftCon .fl dl a { width: 20%; font-size: 13px; }
#gFooter .ftCon .fl dl:nth-child(2) { width: 100%; }
#gFooter .ftCon .fl dl:nth-child(2) a { width: 50%; }
#gFooter .ftCon ul { margin-top: 18px; }
#gFooter .ftCon li { width: 100%; float: inherit; padding-left: 45px; background-size: 36px; margin-bottom: 10px; }
#gFooter .ftCon li span { display: none; }
#gFooter .ftCon li p { font-size: 15px; line-height: 40px; }
#gFooter .ftCon p.ts { margin-top: 0px; }
#gFooter .power { line-height: 20px; font-size: 12px; }
#gFooter .ftCon .fr { width: 100%; }
#gFooter .ftCon .fr .img { width: 40%; padding: 1px; }
}
</pre></body></html>